This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: dblookup and dbcolumn ~Yentl Kifreeterynds 21.Jan.04 04:52 PM a Web browser Domino Designer 6.0.2 CF2Windows XP
Hi,
First of all, you should index your database and categorize your first column in your view.
First field formula is :
@DbColumn("Notes":"Nocache";"":"";View Name;1)
Return : "Chicago":"New York"
Second Field formula is :
TMP:=@DbLookup("Notes":"NoCache";"":"";View name;First Field;2);
@If(@IsError(TMP);"";TMP)
Return : "001" : "002" : "003" .....